File tree Expand file tree Collapse file tree 1 file changed +2
-53
lines changed Expand file tree Collapse file tree 1 file changed +2
-53
lines changed Original file line number Diff line number Diff line change 33# Julien Fontanet's configuration
44# https://gist.github.com/julien-f/8096213
55
6- # Top-most EditorConfig file.
76root = true
87
9- # Common config.
108[* ]
119charset = utf-8
1210end_of_line = lf
13- insert_final_newline = true
14- trim_trailing_whitespace = true
15-
16- # CoffeeScript
17- #
18- # https://github.com/polarmobile/coffeescript-style-guide/blob/master/README.md
19- [* .{,lit}coffee ]
20- indent_size = 2
21- indent_style = space
22-
23- # Markdown
24- [* .{md,mdwn,mdown,markdown} ]
25- indent_size = 4
26- indent_style = space
27-
28- # Package.json
29- #
30- # This indentation style is the one used by npm.
31- [package.json ]
32- indent_size = 2
33- indent_style = space
34-
35- # Pug (Jade)
36- [* .{jade,pug} ]
37- indent_size = 2
38- indent_style = space
39-
40- # JavaScript
41- #
42- # Two spaces seems to be the standard most common style, at least in
43- # Node.js (http://nodeguide.com/style.html#tabs-vs-spaces).
44- [* .{js,jsx,ts,tsx} ]
45- indent_size = 2
46- indent_style = space
47-
48- # Less
49- [* .less ]
50- indent_size = 2
51- indent_style = space
52-
53- # Sass
54- #
55- # Style used for http://libsass.com
56- [* .s[ac]ss ]
57- indent_size = 2
58- indent_style = space
59-
60- # YAML
61- #
62- # Only spaces are allowed.
63- [* .yaml ]
6411indent_size = 2
6512indent_style = space
13+ insert_final_newline = true
14+ trim_trailing_whitespace = true
You can’t perform that action at this time.
0 commit comments