Skip to content

Commit

Permalink
file updates for license recognition (#388)
Browse files Browse the repository at this point in the history
* file updates for license recognition

* update rustfmt to use FILE_TEMPLATE

* rename FILE_TEMPLATE to FILE_HEADER
  • Loading branch information
TovarishFin authored May 4, 2020
1 parent 0a01fbc commit 1d39251
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ format_code_in_doc_comments = false
comment_width = 80
normalize_comments = true # changed
normalize_doc_attributes = false
license_template_path = "LICENSE_TEMPLATE" # changed
license_template_path = "FILE_HEADER" # changed
format_strings = false
format_macro_matchers = false
format_macro_bodies = true
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,4 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

0 comments on commit 1d39251

Please sign in to comment.