You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some languages such as Python, C++, bash... are used in various parts of our repository, a top-level .editorconfig would help maintain a consistent style at least for the basics (such as indentation).
Component(s)
C++, Developer Tools, Python
The text was updated successfully, but these errors were encountered:
The EditorConfig spec is extremely basic for now, it mostly only covers indentation and line endings. But it would help working on multiple projects with different indentation settings.
Describe the enhancement requested
See https://editorconfig.org/
Some languages such as Python, C++, bash... are used in various parts of our repository, a top-level
.editorconfig
would help maintain a consistent style at least for the basics (such as indentation).Component(s)
C++, Developer Tools, Python
The text was updated successfully, but these errors were encountered: