Skip to content

Commit

Permalink
.editorconfig was missing despite hook configured
Browse files Browse the repository at this point in the history
  • Loading branch information
marktsuchida committed May 31, 2023
1 parent 18e18e6 commit fef9059
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# This file is part of OpenScan-Hardware
# Copyright 2023 OpenScan Contributors
# SPDX-License-Identifier: CC-BY-SA-4.0

root = true

[*]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
2 changes: 1 addition & 1 deletion book/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ html:

sphinx:
extra_extensions:
- sphinxcontrib.mermaid
- sphinxcontrib.mermaid
2 changes: 1 addition & 1 deletion book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ root: intro
chapters:
- file: obba
- file: align
- file: tpm
- file: tpm
2 changes: 1 addition & 1 deletion book/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# SPDX-License-Identifier: CC-BY-SA-4.0

jupyter-book<0.14
sphinxcontrib-mermaid
sphinxcontrib-mermaid
2 changes: 1 addition & 1 deletion book/tpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ imaging is as follows:
EOM("Electro-optic modulator") --> Shutter;
Shutter --> Dump[Beam dump];
EOM --> EOMDump[Beam dump];
Shutter --> HWP;
Shutter --> HWP;
HWP("Half wave plate") --> QWP;
QWP("Quarter wave plate") --> Mirror1("Mirror M1");
Mirror1_break("Mirror M1") --> Mirror2;
Expand Down

0 comments on commit fef9059

Please sign in to comment.