1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-11-26 20:04:44 +01:00
ext-pq/.editorconfig
Michael Wallner 41c71e4750 repo template
2015-12-07 08:29:05 +01:00

24 lines
332 B
INI

; see http://editorconfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
charset = utf-8
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.json]
indent_style = space
indent_size = 4
[package.xml]
indent_style = space
indent_size = 1
[config.w32]
end_of_line = crlf