UNPKG

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