From c35cccd6764838330fb12320a33740e15ec8bb35 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Sat, 19 Apr 2025 23:35:50 +0000 Subject: [PATCH] Move the libm .editorconfig to root --- library/compiler-builtins/{etc/libm => }/.editorconfig | 5 ----- 1 file changed, 5 deletions(-) rename library/compiler-builtins/{etc/libm => }/.editorconfig (73%) diff --git a/library/compiler-builtins/etc/libm/.editorconfig b/library/compiler-builtins/.editorconfig similarity index 73% rename from library/compiler-builtins/etc/libm/.editorconfig rename to library/compiler-builtins/.editorconfig index ec6e107d547f..f0735cedfbd6 100644 --- a/library/compiler-builtins/etc/libm/.editorconfig +++ b/library/compiler-builtins/.editorconfig @@ -12,10 +12,5 @@ insert_final_newline = true indent_style = space indent_size = 4 -[*.md] -# double whitespace at end of line -# denotes a line break in Markdown -trim_trailing_whitespace = false - [*.yml] indent_size = 2