summaryrefslogtreecommitdiff
path: root/sw-ui/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'sw-ui/.editorconfig')
-rw-r--r--sw-ui/.editorconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/sw-ui/.editorconfig b/sw-ui/.editorconfig
new file mode 100644
index 00000000..32c3b3d4
--- /dev/null
+++ b/sw-ui/.editorconfig
@@ -0,0 +1,9 @@
+root = false
+
+[*]
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+indent_style = space
+indent_size = 2 \ No newline at end of file
bgstack15