Files
ChocolateyPackages/EthanBrown.SublimeText2.GitPackages/tools/PackageCache/EditorConfig/.editorconfig
Iristyle 3a0c5ce9e2 feat(ST2.GitPackages): bump up all packages
- Refresh PackageCache with latest versions of everything
2013-09-16 22:32:31 -04:00

13 lines
189 B
INI

# editorconfig.org
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false