2014-02-18 12:10:29 +01:00
|
|
|
; This file is for unifying the coding style for different editors and IDEs.
|
|
|
|
; More information at http://editorconfig.org
|
|
|
|
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
2015-03-31 13:48:14 +02:00
|
|
|
indent_style = tab
|
2014-02-18 12:10:29 +01:00
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
|
|
[*.bat]
|
|
|
|
end_of_line = crlf
|