Talk:Resistance calculator: Difference between revisions

No edit summary
Line 20:
If you want to use anything else (personally I prefer 4), then use spaces rather than tabs.
--[[User:PureFox|PureFox]] ([[User talk:PureFox|talk]]) 10:09, 15 March 2019 (UTC)
 
--[[User:ChristerNilsson|ChristerNilsson]] ([[User talk:ChristerNilsson|talk]]) 15:53, 15 March 2019 (UTC) In Github I just add a file .editorconfig where tab width is stated. I find tabs has a lot of advantages. Smaller files, fewer keystrokes, and each individual might use his/her own tab width. But, this is religion and not even Nim allows tabs. I must use the following directive as the first line in every .nim file: #? replace(sub = "\t", by = " ")
 
== Task Name ==