Skip to content

Commit 82c217c

Browse files
committed
Fix the shell script indentation -- should be 4, not 2
Fix the value for shell indentation, which was incorrectly set to 2. Also, streamline the comments at the top so that they are less verbose and visually assaulting.
1 parent e2473d4 commit 82c217c

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.editorconfig

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,11 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16-
# Common editor configurations for this project.
17-
#
18-
# EditorConfig is a file format for specifying some common style parameters.
15+
# Summary: define basic code editor style parameters for this project.
16+
1917
# Many IDEs & editors read .editorconfig files, either natively or via plugins.
2018
# We mostly follow Google's style guides (https://google.github.io/styleguide/)
2119
# with only a few deviations for line length and indentation in some files.
22-
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2320

2421
root = true
2522

@@ -51,7 +48,7 @@ indent_size = 2
5148
indent_size = 4
5249

5350
[*.sh]
54-
indent_size = 2
51+
indent_size = 4
5552

5653
[{*.yaml,*.yml}]
5754
indent_size = 2

0 commit comments

Comments
 (0)