sai07 commited on
Commit
3446d2d
·
1 Parent(s): 48a4ad7
Files changed (1) hide show
  1. editorconfig.txt +0 -35
editorconfig.txt DELETED
@@ -1,35 +0,0 @@
1
- # EditorConfig is awesome: https://EditorConfig.org
2
-
3
- # top-most EditorConfig file
4
- root = true
5
-
6
- # Unix-style newlines and whitespace cleanup
7
- [*]
8
- end_of_line = lf
9
- insert_final_newline = true
10
- trim_trailing_whitespace = true
11
- insert_final_newline = true
12
-
13
- # Protect whitespace in markdown files
14
- [*.md]
15
- trim_trailing_whitespace = false
16
-
17
- # general formatting
18
- [*.{go,sh,bash,zsh,Makefile}]
19
- indent_style = tab
20
- indent_size = 4
21
-
22
- # Set default charset
23
- [*.{html,xml,js,css,py}]
24
- charset = utf-8
25
-
26
- # python
27
- [*.py]
28
- indent_style = space
29
- indent_size = 4
30
-
31
- # webdev
32
- [*.{html,xml,js,css}]
33
- indent_style = space
34
- indent_size = 2
35
-