UNPKG

491 BPlain TextView Raw
1# EditorConfig is awesome: http://EditorConfig.org
2
3# This file was created by command
4#
5# npm install dot-editorconfig --save-dev
6
7# top-most EditorConfig file
8root = true
9
10[*]
11end_of_line = lf
12trim_trailing_whitespace = true
13
14[*{.jade,.js,.json,.html,.yaml,.yml,rc}]
15charset = utf-8
16indent_style = space
17indent_size = 2
18
19[*{.conf,.pl,.pm,.py}]
20charset = utf-8
21indent_style = space
22indent_size = 4
23
24[*{.glsl,.go,.sh,.sql}]
25charset = utf-8
26indent_style = tab
27
28[Makefile]
29indent_style = tab
30