1234567891011121314151617181920212223242526272829303132333435363738 |
- # Copyright Materialize, Inc. and contributors. All rights reserved.
- #
- # Use of this software is governed by the Business Source License
- # included in the LICENSE file at the root of this repository.
- #
- # As of the Change Date specified in that file, in accordance with
- # the Business Source License, use of this software will be governed
- # by the Apache License, Version 2.0.
- [*]
- end_of_line = lf
- insert_final_newline = true
- indent_style = space
- indent_size = 4
- [*.js]
- indent_size = 2
- [*.jsx]
- indent_size = 2
- [*.td]
- indent_size = 2
- [*.ts]
- indent_size = 2
- [*.json]
- indent_size = 2
- [*.yml]
- indent_size = 2
- [*.html]
- indent_size = 2
- [Makefile]
- indent_style = tab
|