From d165040dd01b755785bec4869db31bb3da885df3 Mon Sep 17 00:00:00 2001 From: lachtan Date: Sat, 28 Jan 2023 05:12:28 -0100 Subject: [PATCH] Add bashrc to .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 0a14162..6084332 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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