aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2019-08-19 23:57:52 +0300
committerValentin Popov <info@valentineus.link>2019-08-19 23:57:52 +0300
commita6b4bc15ebcfc3aa358fcfc95967da56381f0603 (patch)
treeced42ddcf0612c9caf9d183f4f44c7913f3f51fb /.editorconfig
parent03dd1ac6af558886acae1296832459827ade54c3 (diff)
downloadelectron-hot-reload-a6b4bc15ebcfc3aa358fcfc95967da56381f0603.tar.xz
electron-hot-reload-a6b4bc15ebcfc3aa358fcfc95967da56381f0603.zip
Initial TypeScript
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..0f17867
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_size = 2
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true