Updated Unofficial FAQ (markdown)

This commit is contained in:
Sinatra 2015-06-04 10:53:45 -04:00
parent a0ac23cb29
commit 3aca2a33d5
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ Tabs are treated differently by different tools and editors. Because indentation
Nim is certainly not unique in forbidding tabs. [YAML](http://www.yaml.org/faq.html) does the same.
However, if you insist on using tabs in your code, putting this at the top of your code will change the tabs into spaces when compiling `#! replace(sub = "\t", by = " ")`
# I get an error trying to compile Nim on Windows.
If this error looks something like the following: