1d2c23188SAlex Bennée# EditorConfig is a file format and collection of text editor plugins 2d2c23188SAlex Bennée# for maintaining consistent coding styles between different editors 3d2c23188SAlex Bennée# and IDEs. Most popular editors support this either natively or via 4d2c23188SAlex Bennée# plugin. 5d2c23188SAlex Bennée# 6d2c23188SAlex Bennée# Check https://editorconfig.org for details. 7d2c23188SAlex Bennée 8d2c23188SAlex Bennéeroot = true 9d2c23188SAlex Bennée 10d2c23188SAlex Bennée[*] 11d2c23188SAlex Bennéeend_of_line = lf 12d2c23188SAlex Bennéeinsert_final_newline = true 13d2c23188SAlex Bennéecharset = utf-8 14d2c23188SAlex Bennéeindent_style = tab 15d2c23188SAlex Bennéeindent_size = 8 16*22435423SMarc Hartmayer 17*22435423SMarc Hartmayer[{COMMIT_EDITMSG,EDIT_DESCRIPTION}] 18*22435423SMarc Hartmayermax_line_length = 75 19