Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dc82e98

Browse files
committedFeb 26, 2025·
Initial commit for DeviceLayout.jl
1 parent a63545a commit dc82e98

File tree

204 files changed

+40725
-29
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+40725
-29
lines changed
 

‎.JuliaFormatter.toml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
indent = 4
2+
margin = 92
3+
whitespace_typedefs = true
4+
whitespace_ops_in_indices = true
5+
remove_extra_newlines = true
6+
always_use_return = true
7+
whitespace_in_kwargs = false
8+
align_assignment = true
9+
align_struct_field = true
10+
align_conditional = true
11+
align_pair_arrow = true
12+
align_matrix = true
13+
trailing_comma = false
14+
annotate_untyped_fields_with_any=false
15+
format_docstrings = true

‎.github/ISSUE_TEMPLATE/bug_report.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: 'bug'
6+
assignees: ''
7+
---
8+
9+
<!--
10+
*Description: A clear and concise description of what the bug is.*
11+
12+
*To reproduce: Please provide minimal example that reproduces the error. For existing
13+
examples, please provide a link.*
14+
15+
*Error message: Paste the complete error message or log, if applicable.*
16+
17+
*Environment: Any environment details, such as operating system, compiler, etc.*
18+
-->

0 commit comments

Comments
 (0)