# This file is for standardising the coding style between different editors# http://editorconfig.org/root=true[*]end_of_line=lfindent_size=4indent_style=tabinsert_final_newline=truetrim_trailing_whitespace=true[*.md]trim_trailing_whitespace=false[*.yml]indent_size=4indent_style=space