1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-11-26 11:54:50 +01:00
ext-pq/.editorconfig

24 lines
332 B
INI
Raw Normal View History

2015-12-07 08:22:29 +01:00
; 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