Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Sat, 02 Nov 2024 18:41:13 UTC Commit: 2eba9d9dc45a03cd761546f3497b58661562462d https://github.com/geany/geany-plugins/commit/2eba9d9dc45a03cd761546f3497b58...
Log Message: ----------- Add .editorconfig so github uses the correct tab size (4)
Modified Paths: -------------- .editorconfig
Modified: .editorconfig 12 lines changed, 12 insertions(+), 0 deletions(-) =================================================================== @@ -0,0 +1,12 @@ +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).
plugins-commits@lists.geany.org