mirror of
https://github.com/systemd/python-systemd.git
synced 2026-05-14 16:36:54 -04:00
The config is copied from systemd. The existing config specified 4-space indent for C, but individual files override this and the files in fact use 8 spaces. The config for Python doesn't seem necessary anymore either. I think utf-8 is used everywhere by default.
2 lines
92 B
Text
2 lines
92 B
Text
*.[ch] whitespace=tab-in-indent,trailing-space
|
|
*.py whitespace=tab-in-indent,trailing-space
|