diff --git a/.editorconfig b/.editorconfig index b86091a7af..a77106ec90 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,6 +16,8 @@ trim_trailing_whitespace = true insert_final_newline = true # CMake +# The CMake project itself uses two spaces: +# https://gitlab.kitware.com/cmake/cmake/-/blob/master/.editorconfig [{CMake*,*.cmake,*.cmake.in}] indent_style = tab diff --git a/wiretap/.editorconfig b/wiretap/.editorconfig index aef8493f41..004cf195f1 100644 --- a/wiretap/.editorconfig +++ b/wiretap/.editorconfig @@ -12,9 +12,6 @@ indent_size = tab indent_style = tab indent_size = tab -[ascendtext.[ch]] -indent_size = 2 - [atm.[ch]] indent_style = tab indent_size = tab