Skip to content
Snippets Groups Projects
Commit 06b2c30f authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Add PTSC headers to specify the tab-size and to use tabs for indentation

parent 655e9f65
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
* Synchronet JS conversion of tdfiglet.c * Synchronet JS conversion of tdfiglet.c
* Based on the C code by Unknown/Modified by The Draw * Based on the C code by Unknown/Modified by The Draw
* Converted to Synchronet JS by Nelgin * Converted to Synchronet JS by Nelgin
* @format.tab-size 4, @format.use-tabs true
*/ */
// Constants (using var as requested) // Constants (using var as requested)
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
* tdfiglet.js - Synchronet JS conversion of tdfiglet.c * tdfiglet.js - Synchronet JS conversion of tdfiglet.c
* Based on the C code by Unknown/Modified by The Draw * Based on the C code by Unknown/Modified by The Draw
* Converted to Synchronet JS by Nelgin * Converted to Synchronet JS by Nelgin
* @format.tab-size 4, @format.use-tabs true
*/ */
load("tdfonts_lib.js"); load("tdfonts_lib.js");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment