File tree Expand file tree Collapse file tree 5 files changed +11
-7
lines changed
Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11#!/usr/bin/env ruby
2- # vim: syntax=ruby:expandtab:shiftwidth=2:softtabstop=2:tabstop=2
32
43# Copyright 2013-present Facebook
54#
Original file line number Diff line number Diff line change 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");
Original file line number Diff line number Diff line change 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");
Original file line number Diff line number Diff line change 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");
You can’t perform that action at this time.
0 commit comments