aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-03-13 15:27:12 +0200
committerTulir Asokan <tulir@maunium.net>2018-03-13 15:27:12 +0200
commitf0333df1b2b6e0ef54a580668cb759a094b56010 (patch)
tree23ab445fa74e6c164a30d99983ac233a7f8959e7 /.editorconfig
parent2bd7315f06025047639f1e4bf6ab73048ef3f2c5 (diff)
Add initial login view and debug panel with tview
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..21d312a
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
+root = true
+
+[*]
+indent_style = tab
+indent_size = 4
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.{yaml,yml}]
+indent_style = space