.editorconfig
; This file is for unifying the coding style for different editors and IDEs.; More information at http://editorconfig.org ; file-version: 2.0 root = true [*]charset = utf-8end_of_line = lfinsert_final_newline = trueindent_style = spaceindent_size = 4trim_trailing_whitespace = true [*.{js,ts,cjs,cts,mjs,mts,json,json5,yaml,yml,neon}]indent_size = 2 [*.md]indent_size = 2trim_trailing_whitespace = false