4 # https://editorconfig.org
9 # We're the top. We're the Coliseum.
15 trim_trailing_whitespace = true
16 insert_final_newline = true
19 # The CMake project itself uses two spaces:
20 # https://gitlab.kitware.com/cmake/cmake/-/blob/master/.editorconfig
21 [{CMake*,*.cmake,*.cmake.in}]
27 # Makefiles. Although we dropped Autotools we still have a few lying around.
42 # WiX. The `xmllint --format` default is two spaces.
62 # GraphViz. The examples at https://gitlab.com/graphviz/graphviz/-/blob/master/graphs
63 # seem to be all over the place, so just go with 4 spaces for now.
73 # Flex (lexical analyzer generator)