dreamjob/.editorconfig

16 lines
299 B
INI
Raw Normal View History

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-02-28 01:59:47 +01:00
indent_style = space
indent_size = 2
2014-02-18 12:10:29 +01:00
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
2015-02-28 01:59:47 +01:00
charset = utf-8
2014-02-18 12:10:29 +01:00
[*.bat]
end_of_line = crlf