]> git.lizzy.rs Git - micro.git/blob - .editorconfig
Merge pull request #842 from marius92mc/add-editorconfig-and-set-indent-size-to-4
[micro.git] / .editorconfig
1 # See http://editorconfig.org
2
3 # In Go files we indent with tabs but still 
4 # set indent_size to control the GitHub web viewer.  
5 [*.go]
6 indent_size=4
7