1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Use tagged version in composer

This commit is contained in:
Jeremy 2015-01-31 09:41:49 +01:00
parent 1990517b22
commit daacffefa6
4 changed files with 532 additions and 97 deletions

10
.editorconfig Normal file
View file

@ -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