Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
1vanK committed Nov 14, 2024
1 parent 63d82f6 commit bc454c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Заставляем VS и другие IDE сохранять файлы в кодировке UTF-8
# Заставляем IDE сохранять файлы в кодировке UTF-8
# https://editorconfig.org

# В родительских папках .editorconfig искаться не будет
Expand All @@ -11,5 +11,5 @@ insert_final_newline = true
indent_style = space
indent_size = 4

# Не меняет формат концов строк. Может возникнуть конфликт с настройками git
# Не меняем формат концов строк. Может возникнуть конфликт с настройками git
#end_of_line = lf

0 comments on commit bc454c5

Please sign in to comment.