added svcapi ui and camunda code
[it/otf.git] / otf-frontend / client / config / .editorconfig
diff --git a/otf-frontend/client/config/.editorconfig b/otf-frontend/client/config/.editorconfig
new file mode 100644 (file)
index 0000000..a0e8f5a
--- /dev/null
@@ -0,0 +1,13 @@
+# Editor configuration, see http://editorconfig.org\r
+root = true\r
+\r
+[*]\r
+charset = utf-8\r
+indent_style = space\r
+indent_size = 4\r
+insert_final_newline = true\r
+trim_trailing_whitespace = true\r
+\r
+[*.md]\r
+max_line_length = off\r
+trim_trailing_whitespace = false\r