summary refs log tree commit diff stats
path: root/config/nim.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config/nim.cfg')
-rw-r--r--config/nim.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/nim.cfg b/config/nim.cfg
index 1470de780..7a2d5c76e 100644
--- a/config/nim.cfg
+++ b/config/nim.cfg
@@ -14,6 +14,10 @@ cc = gcc
 # additional options always passed to the compiler:
 --parallel_build: "0" # 0 to auto-detect number of processors
 
+@if not nimHasNolineTooLong:
+  hint[LineTooLong]=off
+@end
+
 @if nimHasAmbiguousEnumHint:
   # not needed if hint is a style check
   hint[AmbiguousEnum]=off