Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | editorconfig: Create initial files | Corey Berla | 2022-06-03 | 1 | -0/+29 |
Borrow .editorconfig files from the GTK project. Use the exact same file for src/gtk since we are still keeping GTK style there (remove root=true since it's no longer in the root). The root .editorconfig file is slightly modified since we use 4 space tabs. Leave tab_width=8 since we do have tabs in the code. See: https://editorconfig.org/ |