FPGA_WebLab/.editorconfig

14 lines
138 B
INI

root = true
# Default
[*]
indent_style = space
indent_size = 2
tab_width = 2
[*.cs]
indent_style = space
indent_size = 4
tab_width = 4