Codebase list cog / debian/0.10.1-1 .editorconfig
debian/0.10.1-1

Tree @debian/0.10.1-1 (Download .tar.gz)

.editorconfig @debian/0.10.1-1raw · history · blame

# EditorConfig is awesome: http://EditorConfig.org

root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_size = 4
indent_style = space

[*.md]
indent_size = 2