Core: add pre-commit and run it on all files
This commit is contained in:
Binary file not shown.
@@ -50,7 +50,7 @@
|
||||
},
|
||||
year label/.style={
|
||||
fill=white,text=darkgreen,font=\bfseries\Large
|
||||
},
|
||||
},
|
||||
current year/.store in=\currentyear,
|
||||
current year=2022,
|
||||
next year/.store in=\nextyear,
|
||||
@@ -63,7 +63,7 @@
|
||||
row 7/.style={darkgreen,node distance=.3ex},
|
||||
column sep=1ex,%
|
||||
draw=darkgreen,thick,rounded corners=5pt,%
|
||||
append after command={
|
||||
append after command={
|
||||
\pgfextra{\edef\matrixname{\tikzlastnode}}
|
||||
node [year label/.try, right=1ex of \matrixname.south west] {\nextyear}
|
||||
node [year label/.try, right=1ex of \matrixname.north west] {\currentyear}
|
||||
@@ -86,7 +86,7 @@
|
||||
},
|
||||
year label/.style={
|
||||
fill=white,text=darkgreen,font=\bfseries\Large
|
||||
},
|
||||
},
|
||||
current year/.store in=\currentyear,
|
||||
current year=2023,
|
||||
]
|
||||
@@ -97,7 +97,7 @@
|
||||
row 7/.style={darkgreen,node distance=.3ex},
|
||||
column sep=1ex,%
|
||||
draw=darkgreen,thick,rounded corners=5pt,%
|
||||
append after command={
|
||||
append after command={
|
||||
\pgfextra{\edef\matrixname{\tikzlastnode}}
|
||||
node [year label/.try, right=1ex of \matrixname.south west] {\currentyear}
|
||||
node [year label/.try, right=1ex of \matrixname.north west] {\currentyear}
|
||||
|
Reference in New Issue
Block a user