Skip to content

Commit ac410c6

Browse files
committed
chore(vim): set shiftwidth to 4 for consistency
1 parent 649934a commit ac410c6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

graph.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// vim set sw=4:
12
var elements = [];
23
var cy;
34
var cy_layout;

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// vim set sw=4:
12
const REPO_URL = "https://github.com/ocns/simselect";
23
const GIT_BRANCH = "graph";
34
const DATA_FOLDER = "simtools";

table.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// vim set sw=4:
12
var criteria = []; // selected criteria
23

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

0 commit comments

Comments
 (0)