]> code.delx.au - virtualtones/blobdiff - .editorconfig
Updated to modern Qt
[virtualtones] / .editorconfig
diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..08bb77c
--- /dev/null
@@ -0,0 +1,12 @@
+# EditorConfig is awesome: http://EditorConfig.org
+
+# top-most EditorConfig file
+root = true
+
+[**]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+indent_style = tab
+trim_trailing_whitespace = true
+indent_size = 8
\ No newline at end of file