Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/d-kusk/minimage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaisuke Konishi <skydai1151@gmail.com>2017-11-04 13:48:45 +0300
committerDaisuke Konishi <skydai1151@gmail.com>2017-11-04 13:58:12 +0300
commitdc0ab7324bfa7cf4174fc08ac4b7da4a9ae941a3 (patch)
tree0dd9e7ab7006492c7457cdac8e5661523eb87f3c /.editorconfig
first commit
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..4ffb63d
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,16 @@
+# editorconfig.org
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.php]
+indent_size = 4
+
+[*.js]
+indent_size = 2 \ No newline at end of file