Skip to content

Commit

Permalink
editorconfig don't bother ignoring devcontainer files as the rebuild …
Browse files Browse the repository at this point in the history
…cycle seems to happen anyways. Just hit ignore on the popup. ;o
  • Loading branch information
Lindsay-Needs-Sleep committed Mar 15, 2023
1 parent dfa2abc commit d7de568
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ indent_style = space
indent_size = 4

# Ignore paths
[/.devcontainer/docker-compose.yml]
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
# [{/.devcontainer/docker-compose.yml,.devcontainer/devcontainer.json}]
# end_of_line = unset
# insert_final_newline = unset
# trim_trailing_whitespace = unset

indent_style = unset
indent_size = unset
# indent_style = unset
# indent_size = unset

0 comments on commit d7de568

Please # to comment.