piotr022 / UV_K5_playground

425 stars 66 forks source link

Editorconfig needed! #67

Open fagci opened 1 year ago

fagci commented 1 year ago

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...