Policy 1707 commit to LF
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / CSS / bootstrap / .editorconfig
diff --git a/POLICY-SDK-APP/src/main/webapp/app/policyApp/CSS/bootstrap/.editorconfig b/POLICY-SDK-APP/src/main/webapp/app/policyApp/CSS/bootstrap/.editorconfig
new file mode 100644 (file)
index 0000000..ff0ad04
--- /dev/null
@@ -0,0 +1,14 @@
+# editorconfig.org
+
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_size = 2
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.py]
+indent_size = 4