File: 2004_perl.patch

package info (click to toggle)
hx 25.01.1-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,268 kB
  • sloc: lisp: 24,079; xml: 109; cpp: 45; sh: 40; makefile: 23
file content (17 lines) | stat: -rw-r--r-- 461 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: use 4 spaces as tab-width for perl
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2023-07-19
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/languages.toml
+++ b/languages.toml
@@ -1527,7 +1527,7 @@
 shebangs = ["perl"]
 comment-token = "#"
 language-servers = [ "perlnavigator" ]
-indent = { tab-width = 2, unit = "  " }
+indent = { tab-width = 4, unit = "\t" }
 
 [[grammar]]
 name = "perl"