Miscellaneous EditorConfig fixes

In the top-level .editorconfig, note that we don't use CMake's standard
indentation.

Remove ascendtext.[ch] from wiretap/.editorconfig since it's no longer
needed.
This commit is contained in:
Gerald Combs 2021-03-02 11:11:08 -08:00 committed by Wireshark GitLab Utility
parent b807020537
commit 481b490b82
2 changed files with 2 additions and 3 deletions

View File

@ -16,6 +16,8 @@ trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
# CMake # CMake
# The CMake project itself uses two spaces:
# https://gitlab.kitware.com/cmake/cmake/-/blob/master/.editorconfig
[{CMake*,*.cmake,*.cmake.in}] [{CMake*,*.cmake,*.cmake.in}]
indent_style = tab indent_style = tab

View File

@ -12,9 +12,6 @@ indent_size = tab
indent_style = tab indent_style = tab
indent_size = tab indent_size = tab
[ascendtext.[ch]]
indent_size = 2
[atm.[ch]] [atm.[ch]]
indent_style = tab indent_style = tab
indent_size = tab indent_size = tab