Skip to content

Commit

Permalink
chore(vim): set shiftwidth to 4 for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Jan 28, 2025
1 parent 649934a commit ac410c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions graph.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// vim set sw=4:
var elements = [];
var cy;
var cy_layout;
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// vim set sw=4:
const REPO_URL = "https://github.com/ocns/simselect";
const GIT_BRANCH = "graph";
const DATA_FOLDER = "simtools";
Expand Down
1 change: 1 addition & 0 deletions table.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// vim set sw=4:
var criteria = []; // selected criteria

const bio_levels = ["Population Model", "Single-Compartment (Simple) Model",
Expand Down

0 comments on commit ac410c6

Please sign in to comment.