Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Thu, 25 Aug 2016 14:03:00 UTC Commit: a3ab9b63f731498a8b70074f8355beb343cfbfd3 https://github.com/geany/geany/commit/a3ab9b63f731498a8b70074f8355beb343cfbf...
Log Message: ----------- 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).