summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorDico200 <dico.karssiens@gmail.com>2018-07-24 01:14:23 +0100
committerDico200 <dico.karssiens@gmail.com>2018-07-24 01:14:23 +0100
commitd15d1b767bc89d087fd46450cb5e62fe0c4e9e61 (patch)
treea1904036d8d46ecca2ac5f3901d89367878b2cc5 /.editorconfig
parent42026191ec3a1f6468d8a46304d6ce5cd2d0689c (diff)
Work on commands. Implemented helper functions, among others to handle asynchronous commands
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..32f5e31
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,19 @@
+[*]
+charset=utf-8
+end_of_line=lf
+insert_final_newline=false
+indent_style=space
+indent_size=4
+
+[{.babelrc,.stylelintrc,jest.config,.eslintrc,*.bowerrc,*.jsb3,*.jsb2,*.json}]
+indent_style=space
+indent_size=2
+
+[{*.ddl,*.sql}]
+indent_style=space
+indent_size=2
+
+[{*.yml,*.yaml}]
+indent_style=space
+indent_size=2
+