# EditorConfig is awesome: https://EditorConfig.org # top-most EditorConfig file root = true # 1 space indentation for xml files [*.xml] indent_style = space indent_size = 1 # match the format used by abapGit [*.abap] charset = utf-8 end_of_line = lf