# Root .editorconfig for apjanke's dotfiles repo

# EditorConfig is awesome: https://EditorConfig.org

root = true

[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
tab_width = 4

[*.{sh,zsh,bash,ksh}]
indent_style = space
indent_size = 2

[{install-dotfiles,run-tests,lint,du_sh_and_count,extract-audio-from-mp4,fill-screen,flac2alac}]
indent_style = space
indent_size = 2

[Makefile]
indent_style = tab
