Skip to content

Commit 96822be

Browse files
committed
Remove editorconfig from gitignore
1 parent 0aba2e3 commit 96822be

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

.editorconfig

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
7+
# Unix-style newlines with a newline ending every file
8+
[*]
9+
end_of_line = lf
10+
charset = utf-8
11+
trim_trailing_whitespace = false
12+
13+
14+
# Matches multiple files with brace expansion notation
15+
# 2 space indentation
16+
[*.{lc,livecodescript,lcb,html,css,js,py}]
17+
indent_style = space
18+
indent_size = 2
19+
20+
21+
[*.{html,css,js,py}]
22+
insert_final_newline = true
23+
24+
25+
# Tab indentation (no size specified)
26+
#[*.{lc,livecodescript,lcb}]
27+
#indent_style = tab
28+
29+
30+
[*.md]
31+
trim_trailing_whitespace = false

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
.DS_Store
2-
.editorconfig
2+
#.editorconfig

0 commit comments

Comments
 (0)