diff --git a/.editorconfig b/.editorconfig index 0234938..513d11a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -28,6 +28,10 @@ ignore = true indent_style = tab indent_size = 4 +[*.dot] +indent_style = tab +indent_size = 4 + [dockerfile] indent_style = tab indent_size = 4 diff --git a/docs/sledge-states/states.dot b/docs/sledge-states/states.dot index 9db8bd4..a681ca5 100644 --- a/docs/sledge-states/states.dot +++ b/docs/sledge-states/states.dot @@ -1,8 +1,8 @@ digraph { - Uninitialized -> Initialized - Initialized -> {Runnable Error} - Runnable -> Running - Running -> {Blocked Runnable Returned Error} - Returned -> Complete - Blocked -> Runnable -} \ No newline at end of file + Uninitialized -> Initialized + Initialized -> {Runnable Error} + Runnable -> Running + Running -> {Blocked Runnable Returned Error} + Returned -> Complete + Blocked -> Runnable +}