Skip to content

Commit

Permalink
fix: mv global .editorconfig to "$HOME"
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
  • Loading branch information
vladdoster committed Dec 1, 2022
1 parent e6bbdc8 commit 6ea10ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions editor/.config/editor/.editorconfig → editor/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ indent_style = space
indent_style = tab

[*.sh]
# like -i=4
indent_style = space
indent_size = 2

Expand All @@ -22,6 +21,5 @@ keep_padding = true # like -kp
function_next_line = true # like -fn
never_split = true # like -ns

# Ignore the entire "third_party" directory.
[third_party/**]
ignore = true

0 comments on commit 6ea10ae

Please sign in to comment.