소스 검색

Updated .editorconfig.

Бранимир Караџић 6 년 전
부모
커밋
8b41b6b383
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 3
      .editorconfig

+ 4 - 3
.editorconfig

@@ -1,9 +1,10 @@
 root = true
 
 [*]
-indent_style    = tab
-indent_size     = 4
-end_of_line     = lf
+charset      = utf-8
+indent_style = tab
+indent_size  = 4
+end_of_line  = lf
 max_line_length = 100
 insert_final_newline     = true
 trim_trailing_whitespace = true