Skip to content

Commit

Permalink
Merge pull request #235 from flatironinstitute/default-tab-2-spaces
Browse files Browse the repository at this point in the history
Make the default tab 2-spaces
  • Loading branch information
WardBrian authored Oct 30, 2024
2 parents 54698b8 + df04c71 commit c612989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/src/app/FileEditor/TextEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ const TextEditor: FunctionComponent<Props> = ({
domReadOnly: readOnly,
wordWrap: "on",
minimap: { enabled: false },
tabSize: 2,
}}
theme={theme}
/>
Expand Down

0 comments on commit c612989

Please sign in to comment.