Loading .editorconfig +5 −2 Original line number Diff line number Diff line # top-most EditorConfig file root = true [**] insert_final_newline = true [**.{asn1,asn,json}] [**.{asn1,asn}] indent_style = space indent_size = 4 trim_trailing_whitespace = true [**.{xsd, xml}] [**.{json,xsd,xml}] indent_style = space indent_size = 2 trim_trailing_whitespace = true Loading
.editorconfig +5 −2 Original line number Diff line number Diff line # top-most EditorConfig file root = true [**] insert_final_newline = true [**.{asn1,asn,json}] [**.{asn1,asn}] indent_style = space indent_size = 4 trim_trailing_whitespace = true [**.{xsd, xml}] [**.{json,xsd,xml}] indent_style = space indent_size = 2 trim_trailing_whitespace = true