Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b4b1d53

Browse files
committedJul 30, 2022
Update .editorconfig
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent c93ff88 commit b4b1d53

File tree

1 file changed

+3
-24
lines changed

1 file changed

+3
-24
lines changed
 

‎.editorconfig

+3-24
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,9 @@
1-
# This file is for unifying the coding style for different editors and IDEs
2-
# editorconfig.org
3-
41
root = true
52

63
[*]
7-
end_of_line = lf
84
charset = utf-8
9-
trim_trailing_whitespace = true
10-
insert_final_newline = true
11-
12-
[**.js]
13-
indent_style = space
14-
indent_size = 2
15-
16-
[**.{css,scss}]
17-
indent_style = space
18-
indent_size = 2
19-
20-
[**.rb]
21-
indent_style = space
5+
end_of_line = lf
226
indent_size = 2
23-
24-
[**.html]
257
indent_style = space
26-
indent_size = 2
27-
28-
[{Makefile,**.mk}]
29-
# Use tabs for indentation (Makefiles require tabs)
30-
indent_style = tab
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)
Please sign in to comment.