Merge branch 'hotfix/21.56.9' into master
[gitter.git] / .editorconfig
blobe14c6a5cabfd467c695a3571b362e913823397d9
1 #editorconfig.org
3 # top-most EditorConfig file
4 root = true
6 # Unix-style newlines with a newline ending every file
7 [*]
8 end_of_line = lf
9 insert_final_newline = true
11 # 4 space indentation
12 [*.py]
13 indent_style = space
14 indent_size = 4
15 trim_trailing_whitespace = true
17 [{**.js,**.json,**.yml}]
18 indent_style = space
19 indent_size = 2
20 charset = utf-8
21 trim_trailing_whitespace = true
23 [Makefile]
24 indent_style = tab