#******************************************************************************* # .editorconfig -- cross-editor configuration. # # Find out more at 'editorconfig.org'. #******************************************************************************* # Top-most EditorConfig file. root = true # Unix-style newlines with a newline ending every file. # 4-columns tabulations (sorry PEP8!). [*|.*] end_of_line = lf insert_final_newline = true indent_style = tab indent_size = 4 # End of file.