# http://EditorConfig.org# top-most EditorConfig fileroot = true# Apply to all code files[*]# A newline ending every fileinsert_final_newline = true# Set default charsetcharset = utf-8# 4 space indentationindent_style = spaceindent_size = 2# Various optionstrim_trailing_whitespace = true