summaryrefslogtreecommitdiffstats
path: root/extensions/45/hibernate-status/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/45/hibernate-status/.editorconfig')
-rw-r--r--extensions/45/hibernate-status/.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/extensions/45/hibernate-status/.editorconfig b/extensions/45/hibernate-status/.editorconfig
new file mode 100644
index 0000000..bf58f2f
--- /dev/null
+++ b/extensions/45/hibernate-status/.editorconfig
@@ -0,0 +1,12 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+charset = utf-8
+trim_trailing_whitespace = true
+end_of_line = lf
+insert_final_newline = true
+
+[*.js]
+quote_type = single