Basic files

This commit is contained in:
Abhas
2018-12-04 14:04:37 +05:30
commit 111a00f45d
7 changed files with 119 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# EditorConfig is awesome: http://EditorConfig.org
root = true;
[*]
# Ensure there's no lingering whitespace
trim_trailing_whitespace = true
# Ensure a newline at the end of each file
insert_final_newline = true
[*.js]
# Unix-style newlines
end_of_line = lf
charset = utf-8
indent_style = space
indent_size = 2