Compare commits

..

No commits in common. "91fb4ff0bf0ec9d40ae735d7bfd0f5b430dc3f54" and "4715b1dacd759e2d3e763911f59b3d0d2f06b707" have entirely different histories.

2 changed files with 2 additions and 8 deletions

View file

@ -1,16 +1,11 @@
{
"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",
@ -18,7 +13,6 @@
"editor.formatOnSave": true,
"editor.formatOnType": false,
"editor.multiCursorModifier": "ctrlCmd",
"diffEditor.ignoreTrimWhitespace": false,
"[json]": {
"editor.tabSize": 4
},

View file

@ -104,10 +104,9 @@
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 hyphenat
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
- name: vscode - LaTeX
when: user_vscode == true and user_lang_latex == true
block:
@ -115,3 +114,4 @@
ansible.builtin.shell: |
PATH=/usr/local/bin:$PATH
code --install-extension james-yu.latex-workshop
code --install-extension ban.spellright