[PATCH] D135789: Add .editorconfig file

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 12 14:12:59 PDT 2022


beanz added inline comments.


================
Comment at: .editorconfig:9
+trim_trailing_whitespace = true
+
----------------
mgorny wrote:
> Does it have some key not to add empty trailing lines? ;-)
The `insert_final_newline` adds that line, which is generally what we want because strict C states that all files should end with a newline. Both GCC and Clang have warnings for that.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135789/new/

https://reviews.llvm.org/D135789



More information about the llvm-commits mailing list