Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
droog126 committed Sep 7, 2022
1 parent 8717814 commit f7bde2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Wrap all comments and lines to 80 characters
max_width = 80
comment_width = 80
wrap_comments = true
wrap_comments = true
tab_spaces = 4
struct_lit_width = 100
chain_width = 100
use_field_init_shorthand = true
newline_style = "Unix"
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use bevy::prelude::*;

pub const LAUNCHER_TITLE: &str = "Bevy Shell - Template";
pub const LAUNCHER_TITLE: &str = "Bevy Shell - Template12";

pub fn app() -> App {
let mut app = App::new();
Expand Down

0 comments on commit f7bde2f

Please sign in to comment.