Skip to content

Commit 505d704

Browse files
committed
chore: simpler EditorConfig
1 parent ebee106 commit 505d704

File tree

1 file changed

+2
-53
lines changed

1 file changed

+2
-53
lines changed

.editorconfig

Lines changed: 2 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -3,63 +3,12 @@
33
# Julien Fontanet's configuration
44
# https://gist.github.com/julien-f/8096213
55

6-
# Top-most EditorConfig file.
76
root = true
87

9-
# Common config.
108
[*]
119
charset = utf-8
1210
end_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]
6411
indent_size = 2
6512
indent_style = space
13+
insert_final_newline = true
14+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)