Move web ui code in its own directory
[e-mobility-charging-stations-simulator.git] / ui / web / .editorconfig
diff --git a/ui/web/.editorconfig b/ui/web/.editorconfig
new file mode 100644 (file)
index 0000000..be65bb5
--- /dev/null
@@ -0,0 +1,21 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+end_of_line = lf
+max_line_length = 100
+
+[*.ts{,x}]
+quote_type = single
+
+[*.md]
+max_line_length = off
+trim_trailing_whitespace = false
+
+[{Makefile,**.mk}]
+# Use tabs for indentation (Makefiles require tabs)
+indent_style = tab