Yes, we can convert tabs to spaces via Sublime, VS-Code and etc, it's not a big problem.
But what if I want to get rid off this additional action ?
Found answer by adding this line to .nim
file :
#? replace(sub = "\t", by = " ")
My additional question is :
What is this #?
, how this thing works and what kind of variations I can find also, for example:
#!
#some_chinese_character