Add bashrc to .editorconfig

This commit is contained in:
lachtan
2023-01-28 05:12:28 -01:00
committed by Martin Blazik
parent 2df9c7a2e9
commit d165040dd0

View File

@@ -29,7 +29,7 @@ indent_size = 2
# Shell
# https://google.github.io/styleguide/shell.xml#Indentation
[*.{bash,sh,zsh}]
[*.{bash,sh,zsh},bashrc]
indent_size = 2
# HTML