# This file helps editors auto-configure whitespace settings. # # See here for more information about the format and editor support: # # https://editorconfig.org/ root = true [*] end_of_line = lf insert_final_newline = true tab_width = 8 # Shell [*.{sh,conf}] indent_style = tab indent_size = 4