aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorPitu <[email protected]>2019-02-19 00:06:55 +0900
committerPitu <[email protected]>2019-02-19 00:06:55 +0900
commita857b8910b86eb3cbdae6944207b4888f8d44e53 (patch)
treee54c08de6768f5ebabbd106298d80185c4c6b1bf /.editorconfig
parentUpdate dependencies (diff)
downloadhost.fuwn.me-a857b8910b86eb3cbdae6944207b4888f8d44e53.tar.xz
host.fuwn.me-a857b8910b86eb3cbdae6944207b4888f8d44e53.zip
More stuff
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..1b83267
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+root = true
+
+[*]
+indent_style = tab
+indent_size = 4
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true