[PATCH] D135789: Add .editorconfig file

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 13 07:25:28 PDT 2022


beanz updated this revision to Diff 467465.
beanz added a comment.

Removing extra newline :(


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135789

Files:
  .editorconfig


Index: .editorconfig
===================================================================
--- /dev/null
+++ .editorconfig
@@ -0,0 +1,8 @@
+root = true
+
+[*]
+insert_final_newline = true
+indent_style = space
+indent_size = 2
+charset = utf-8
+trim_trailing_whitespace = true


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135789.467465.patch
Type: text/x-patch
Size: 275 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221013/c71cc90c/attachment.bin>


More information about the llvm-commits mailing list