Last active
January 27, 2024 05:08
-
-
Save fupfin/60252772d1cca55225c32e4a5501c5ec to your computer and use it in GitHub Desktop.
Revisions
-
fupfin revised this gist
Jan 27, 2024 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,7 +11,6 @@ tab_width=8 [*.{java,xml,py,rs}] indent_size = 4 trim_trailing_whitespace = true [*.{xml,yml,json}] indent_size = 2 -
fupfin revised this gist
Jan 27, 2024 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,10 +8,10 @@ insert_final_newline = true indent_style = space tab_width=8 [*.{java,xml,py,rs}] indent_size = 4 trim_trailing_whitespace = true tab_width = 8 [*.{xml,yml,json}] indent_size = 2 -
fupfin created this gist
Jan 27, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,27 @@ # top-most EditorConfig file root = true [*] charset = utf-8 end_of_line = lf insert_final_newline = true indent_style = space tab_width=8 [*.{java,xml,py}] indent_size = 4 trim_trailing_whitespace = true tab_width = 4 [*.{xml,yml,json}] indent_size = 2 [*.{js,html,sql,less}] indent_size = 2 [*.{c, cpp, h, hpp}] indent_size = 3 trim_trailing_whitespace = true [Makefile] indent_style = tab