aboutsummaryrefslogtreecommitdiffstats
path: root/web/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'web/.editorconfig')
-rw-r--r--web/.editorconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/.editorconfig b/web/.editorconfig
new file mode 100644
index 00000000..9acd1b0f
--- /dev/null
+++ b/web/.editorconfig
@@ -0,0 +1,5 @@
+[*]
+indent_style = space
+indent_size = 4
+trim_trailing_whitespace = true
+insert_final_newline = true