summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 11c5c733a8b8d9be2c0d9fa314d01c9a2e02d65e (plain)
1
2
3
4
5
6
7
8
9
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Tab indentation (no size specified)
[*.md]
indent_style = space
indent_size = 4