]> git.immae.eu Git - github/wallabag/wallabag.git/blame - vendor/twig/twig/.editorconfig
twig implementation
[github/wallabag/wallabag.git] / vendor / twig / twig / .editorconfig
CommitLineData
4f5b44bd
NL
1; top-most EditorConfig file
2root = true
3
4; Unix-style newlines
5[*]
6end_of_line = LF
7
8[*.php]
9indent_style = space
10indent_size = 4
11
12[*.test]
13indent_style = space
14indent_size = 4
15
16[*.rst]
17indent_style = space
18indent_size = 4