1# EditorConfig is a file format and collection of text editor plugins 2# for maintaining consistent coding styles between different editors 3# and IDEs. Most popular editors support this either natively or via 4# plugin. 5# 6# Check https://editorconfig.org for details. 7 8root = true 9 10[*] 11end_of_line = lf 12insert_final_newline = true 13charset = utf-8 14indent_style = tab 15indent_size = 8 16 17[{COMMIT_EDITMSG,EDIT_DESCRIPTION}] 18max_line_length = 75 19