|                       |  | # EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig fileroot = true
[*]# use line feedend_of_line = lf
# ensure file ends with a newline when savinginsert_final_newline = true
# soft tabsindent_style = space
# number of columns used for each indentation levelindent_size = 2
# remove any whitespace characters preceding newline characterstrim_trailing_whitespace = true
# character setcharset = utf-8
 |