aboutsummaryrefslogtreecommitdiffhomepage
path: root/.editorconfig
diff options
context:
space:
mode:
authorJeremy <jeremy.benoist@gmail.com>2015-01-31 09:41:49 +0100
committerJeremy <jeremy.benoist@gmail.com>2015-01-31 19:02:59 +0100
commitdaacffefa64c57d0ec767e14477e06efd6c97510 (patch)
treee0a8453ee5221f873598d862e0aee4d05611db57 /.editorconfig
parent1990517b2263a080946853ed697a6d687262ae80 (diff)
downloadwallabag-daacffefa64c57d0ec767e14477e06efd6c97510.tar.gz
wallabag-daacffefa64c57d0ec767e14477e06efd6c97510.tar.zst
wallabag-daacffefa64c57d0ec767e14477e06efd6c97510.zip
Use tagged version in composer
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..f339d2da
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,10 @@
1; top-most EditorConfig file
2root = true
3
4; Unix-style newlines
5[*]
6end_of_line = LF
7indent_style = space
8indent_size = 4
9trim_trailing_whitespace = true
10insert_final_newline = true