Compare commits
2 commits
4715b1dacd
...
91fb4ff0bf
Author | SHA1 | Date | |
---|---|---|---|
91fb4ff0bf | |||
c8c8023b17 |
|
@ -1,11 +1,16 @@
|
|||
{
|
||||
"terminal.integrated.fontFamily": "Hack",
|
||||
"terminal.integrated.scrollback": 1000000,
|
||||
// "C_Cpp.clang_format_style": "{BasedOnStyle: LLVM, Language: Cpp, IndentWidth: 2, ColumnLimit: 110, BreakBeforeBraces: Attach, PointerAlignment: Left, AccessModifierOffset: -2, Cpp11BracedListStyle: true, AlignConsecutiveDeclarations: true, AlignConsecutiveAssignments: true, AlignEscapedNewlines: Left, AlignTrailingComments: true, IndentWrappedFunctionNames: false, AllowShortFunctionsOnASingleLine: Inline, SpacesBeforeTrailingComments: 2, FixNamespaceComments: true, ReflowComments: false, SortIncludes: false, SortUsingDeclarations: false}",
|
||||
"C_Cpp.clang_format_style": "file",
|
||||
"C_Cpp.clang_format_sortIncludes": true,
|
||||
"C_Cpp.clang_format_fallbackStyle": "{BasedOnStyle: LLVM, Language: Cpp, IndentWidth: 2, ColumnLimit: 110, BreakBeforeBraces: Attach, PointerAlignment: Left, AccessModifierOffset: -2, Cpp11BracedListStyle: true, AlignConsecutiveDeclarations: true, AlignConsecutiveAssignments: true, AlignEscapedNewlines: Left, AlignTrailingComments: true, IndentWrappedFunctionNames: false, AllowShortFunctionsOnASingleLine: Inline, SpacesBeforeTrailingComments: 2, FixNamespaceComments: true, ReflowComments: false, SortIncludes: false, SortUsingDeclarations: false}",
|
||||
"C_Cpp.clang_format_path": "/usr/local/bin/clang-format",
|
||||
"C_Cpp.intelliSenseEngine": "Default",
|
||||
"cmake.statusbar.visibility": "icon",
|
||||
"cmake.generator": "Ninja",
|
||||
"cmake.configureOnOpen": true,
|
||||
"C_Cpp.default.configurationProvider": "vector-of-bool.cmake-tools",
|
||||
"git-graph.showStatusBarItem": false,
|
||||
"editor.tabSize": 2,
|
||||
"editor.renderWhitespace": "boundary",
|
||||
|
@ -13,6 +18,7 @@
|
|||
"editor.formatOnSave": true,
|
||||
"editor.formatOnType": false,
|
||||
"editor.multiCursorModifier": "ctrlCmd",
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"[json]": {
|
||||
"editor.tabSize": 4
|
||||
},
|
||||
|
|
|
@ -104,9 +104,10 @@
|
|||
become: yes
|
||||
ansible.builtin.shell: |
|
||||
PATH=/Library/TeX/texbin:$PATH
|
||||
tlmgr update --self
|
||||
tlmgr install latexmk latexindent biblatex logreq xstring biber
|
||||
tlmgr install collection-fontsextra collection-fontsrecommended collection-fontutils collection-langgerman collection-langenglish collection-mathscience
|
||||
tlmgr install todonotes textpos lipsum pgfopts xpatch enumitem nomencl glossaries glossaries-german glossaries-english datatool mfirstuc xfor substr tracklang placeins placeins-plain csquotes appendixnumberbeamer fontaxes
|
||||
tlmgr install todonotes textpos lipsum pgfopts xpatch enumitem nomencl glossaries glossaries-german glossaries-english datatool mfirstuc xfor substr tracklang placeins placeins-plain csquotes appendixnumberbeamer fontaxes hyphenat
|
||||
- name: vscode - LaTeX
|
||||
when: user_vscode == true and user_lang_latex == true
|
||||
block:
|
||||
|
@ -114,4 +115,3 @@
|
|||
ansible.builtin.shell: |
|
||||
PATH=/usr/local/bin:$PATH
|
||||
code --install-extension james-yu.latex-workshop
|
||||
code --install-extension ban.spellright
|
||||
|
|
Loading…
Reference in a new issue