From 3aca2a33d565a46e6e55ff763b1958137d2369b8 Mon Sep 17 00:00:00 2001 From: Sinatra Date: Thu, 4 Jun 2015 10:53:45 -0400 Subject: [PATCH] Updated Unofficial FAQ (markdown) --- Unofficial-FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Unofficial-FAQ.md b/Unofficial-FAQ.md index 403c4f4..4488c25 100644 --- a/Unofficial-FAQ.md +++ b/Unofficial-FAQ.md @@ -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: