summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 09f275d483d522a479b4b738b0de6240f0f658df (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
root = true

[*]
trim_trailing_whitespace = true
insert_final_newline = true

[Makefile]
indent_style = tab

[*.{py,pyx,pxd,pxi,yml,h,c}]
indent_size = 4
indent_style = space
2-08-25 00:10:42 -0400'>2022-08-25services: configuration: Change the value of the unset marker....Attila Lendvai 2022-08-25services: Use the new maybe/unset API....Attila Lendvai 2022-08-01services: configuration: Step back from *unspecified*....Maxim Cournoyer 2022-06-15services: configuration: Use *unspecified* instead of 'disabled....Attila Lendvai 2022-06-04services: bitlbee: Run under a UTF-8 locale....Ludovic Courtès 2022-05-16services: bitlbee: Run as user "bitlbee"....Ludovic Courtès 2022-05-02services: Make sure Shepherd destructors match constructors....Ludovic Courtès 2022-05-02services: bitlbee: Preserve 'PURPLE_PLUGIN_PATH'....Ludovic Courtès 2022-05-01services: quassel: Use 'least-authority-wrapper'....Ludovic Courtès 2022-05-01services: bitlbee: Use 'make-inetd-constructor'....Ludovic Courtès 2022-04-05services: messaging: Fix two copy-paste mistakes; avoid warnings....Attila Lendvai