Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: GitHub noreply@github.com Date: Sat, 02 Nov 2024 10:03:01 UTC Commit: 6ffe16b104e306ec50548bcf032a558ac5b380e0 https://github.com/geany/geany/commit/6ffe16b104e306ec50548bcf032a558ac5b380...
Log Message: ----------- Merge pull request #1193 from techee/editorconfig
Add .editorconfig
Modified Paths: -------------- .editorconfig
Modified: .editorconfig 11 lines changed, 11 insertions(+), 0 deletions(-) =================================================================== @@ -0,0 +1,11 @@ +root = true + +[*] +indent_size = 4 +end_of_line = lf + +[*.{c,h,cxx,am,m4}] +indent_style = tab + +[*.{py}] +indent_style = space
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).