diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2017-01-24 18:14:23 +0900 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2017-01-24 18:14:23 +0900 |
commit | 41b82c776b571e1556f300d77c715aebdd87d8e6 (patch) | |
tree | 06996cdbbad53ee0482cd74736cc0543b5d71722 /.editorconfig | |
parent | ea30d856ba5e7274c8ea499293b8b0e721b8e082 (diff) |
.editorconfig: src/ati.c only uses spaces for indentation
Trivial.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 2131011d..91f0ff80 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,6 @@ charset=utf-8 [src/{drmmode_display.c,radeon_dri3.c,radeon_glamor.c,radeon_glamor.h,radeon_glamor_wrappers.c}] indent_size=8 + +[src/ati.c] +indent_style=space |