Files
lmms/.editorconfig
Johannes Lorenz a0c2a62c27 Add .editorconfig
This file tells the github online editor to use tabs of width 4 instead
of 8. Open
[this](https://github.com/JohannesLorenz/github_test/blob/master/test.cpp)
test file in your browser to see how it works (the width is 5 in the
example).

Actually, it also tells many other editors...
2019-06-25 03:37:14 +02:00

6 lines
50 B
INI

root = true
[*]
indent_style = tab
tab_width = 4