Revision e9d1bf353c3ccafc0d9b61b1b3688051bc976604 authored by Miss Islington (bot) on 17 August 2024, 21:04:34 UTC, committed by GitHub on 17 August 2024, 21:04:34 UTC
Docs: Run ``latexmk`` in parallel when creating PDFs (GH-123113)
(cherry picked from commit 79c542b5cc774ba758acc2b2e3b6556934190e34)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent b9667e8
Raw File
.editorconfig
root = true

[*.{py,c,cpp,h,js,rst,md,yml}]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space

[*.{py,c,cpp,h}]
indent_size = 4

[*.rst]
indent_size = 3

[*.{js,yml}]
indent_size = 2
back to top