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
Please, add .editorconfig file to meet project code style. Needed to better VCS support without formatting between standards.
Common practice is 2/4 spaces per indentation. Modern IDEs respects .editorconfig file.
// as note, tabs insteads of spaces better for reasons: can be 3-4-8 spaces per tab if USER wants, less code weight. But tabs for c-like languages not standard...
The text was updated successfully, but these errors were encountered:
Please, add
.editorconfig
file to meet project code style. Needed to better VCS support without formatting between standards.Common practice is 2/4 spaces per indentation. Modern IDEs respects .editorconfig file.
// as note, tabs insteads of spaces better for reasons: can be 3-4-8 spaces per tab if USER wants, less code weight. But tabs for c-like languages not standard...
The text was updated successfully, but these errors were encountered: