Files
PocketSharp/.editorconfig
T

16 lines
286 B
INI
Raw Normal View History

2013-06-13 11:07:27 +02:00
; This file is for unifying the coding style for different editors and IDEs
; editorconfig.org
root = true
[*]
2013-10-17 15:34:05 +02:00
end_of_line = crlf
2013-06-13 11:07:27 +02:00
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
[*.md]
2013-10-17 15:34:05 +02:00
trim_trailing_whitespace = false