mongo/.editorconfig
Udita b2fb1e110c SERVER-107825: editorconfig for common files (#43105)
GitOrigin-RevId: 17c1b23a99bb217a2239877da312379045f3c8c3
2025-10-29 17:53:05 +00:00

32 lines
474 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.sh]
charset = utf-8
indent_style = space
indent_size = 4
[*.json]
indent_style = space
indent_size = 4
[*.yaml]
indent_style = space
indent_size = 2
[*.{c++,cc,cpp,cxx,h,h++,hh,hpp,hxx,inl,ipp,tlh,tli}]
charset = utf-8
indent_style = space
indent_size = 4
cpp_indent_braces = false
[*.{js,jsx,ts,tsx}]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4