This commit is contained in:
chrosey
2017-09-13 07:52:34 +02:00
parent a1f16c37f4
commit 2340b0226b
24621 changed files with 2912161 additions and 149 deletions
@@ -0,0 +1,6 @@
root = true
[*.js]
indent_style = space
indent_size = 2
insert_final_newline = false
@@ -0,0 +1,3 @@
[*.js]
end_of_line = cr
@@ -0,0 +1,3 @@
[*.js]
end_of_line = crlf
@@ -0,0 +1 @@
Random stuff in here to cause parse error
@@ -0,0 +1,3 @@
function indentMe() {
"no, me!"; // indent_size 4, will be beautified to 2 with editorconfig
}