1
edit
Changes
m
→Do not use tabs when indenting
Don't:
int a, b = 0, c = a;
=== Do not use tabs when indenting. ===
The tab space is interpreted different across different software and operating systems. Use normal spaces to add indentation instead.