scratch – Blame information for rev 77

Subversion Repositories:
Rev:
Rev Author Line No. Line
77 office 1 # .editorconfig
2 root = true
3  
4 [*]
5 indent_style = tab
6 indent_size = 4
7 charset = utf-8
8 trim_trailing_whitespace = true
9 insert_final_newline = true
10  
11 [*.md]
12 trim_trailing_whitespace = false