Skip to content

Commit 1162b85

Browse files
Merge pull request #77 from dafyddcrosby/editorconfig
Remove vim modelines from Ruby files
2 parents 7ec5407 + f6dd40e commit 1162b85

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

.editorconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# https://editorconfig.org
2+
root = true
3+
[*.rb]
4+
indent_style = space
5+
indent_size = 2
6+
tab_width = 2
7+
8+
[bin/grocery-delivery]
9+
indent_style = space
10+
indent_size = 2
11+
tab_width = 2

bin/grocery-delivery

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env ruby
2-
# vim: syntax=ruby:expandtab:shiftwidth=2:softtabstop=2:tabstop=2
32

43
# Copyright 2013-present Facebook
54
#

lib/grocery_delivery/config.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# vim: syntax=ruby:expandtab:shiftwidth=2:softtabstop=2:tabstop=2
2-
31
# Copyright 2013-present Facebook
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

lib/grocery_delivery/hooks.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# vim: syntax=ruby:expandtab:shiftwidth=2:softtabstop=2:tabstop=2
2-
31
# Copyright 2013-present Facebook
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

lib/grocery_delivery/logging.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# vim: syntax=ruby:expandtab:shiftwidth=2:softtabstop=2:tabstop=2
2-
31
# Copyright 2013-present Facebook
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)