]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .editorconfig
Use tagged version in composer
[github/wallabag/wallabag.git] / .editorconfig
diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..f339d2d
--- /dev/null
@@ -0,0 +1,10 @@
+; top-most EditorConfig file
+root = true
+
+; Unix-style newlines
+[*]
+end_of_line = LF
+indent_style = space
+indent_size = 4
+trim_trailing_whitespace = true
+insert_final_newline = true