# EditorConfig is awesome: https://EditorConfig.org # top-most EditorConfig file root = true # For every file: # - unix-style newlines and a newline ending every file # - spaces as indent # - no trailing whitespace to reduce diff-noise [*] end_of_line = lf insert_final_newline = true indent_style = space trim_trailing_whitespace = true [*.sh] indent_size = 2