mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2024-11-21 05:32:07 +00:00
36 lines
473 B
INI
36 lines
473 B
INI
# @see editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.xml]
|
|
insert_final_newline = false
|
|
|
|
[*.json]
|
|
indent_size = 2
|
|
|
|
[*.js]
|
|
indent_size = 4
|
|
|
|
[*.tag]
|
|
indent_size = 2
|
|
|
|
[*.yml]
|
|
indent_size = 2
|
|
|
|
# Trailing whitespace is significant in markdown files.
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
max_line_length = 80
|
|
|
|
[Makefile]
|
|
indent_style = tab
|
|
indent_size = 4
|