diff --git a/.editorconfig b/.editorconfig index 00340ec1324..230165b43e4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ charset = utf-8 insert_final_newline = true tab_width = 8 -[*.{c,h,cpp,hpp,cc,hh,y,yy}] +[*.{c,h,cpp,hpp,cc,hh,y,yy,cl}] indent_style = space indent_size = 3 max_line_length = 78 diff --git a/src/asahi/.editorconfig b/src/asahi/.editorconfig deleted file mode 100644 index 741ecbd2dd0..00000000000 --- a/src/asahi/.editorconfig +++ /dev/null @@ -1,4 +0,0 @@ -[*.cl] -indent_style = space -indent_size = 3 -max_line_length = 78